Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change simple concept search to score based on aggregate relevance #372

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

frostyfan109
Copy link
Contributor

@frostyfan109 frostyfan109 commented Oct 10, 2024

change simple concept search to use simple_query_string matches against individual fields so that hit score is comptued as aggregate of field match scores, rather than using the field match's score. This change is necessary since score explanation does not make sense when using a disjunctive max scoring.

@YaphetKG YaphetKG merged commit ea2d757 into develop Oct 17, 2024
8 checks passed
@YaphetKG YaphetKG deleted the fix/simple-search-explain branch October 17, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants